object TimeForm: TTimeForm Left = 150 Top = 159 BorderStyle = bsDialog Caption = 'Set Time Then OK. Close To Cancel' ClientHeight = 42 ClientWidth = 406 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 1 Top = 0 Width = 338 Height = 39 Caption = 'Set Time' TabOrder = 0 object TimeLabel: TLabel Left = 154 Top = 16 Width = 33 Height = 13 Caption = '12:33' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object HourTrack: TTrackBar Left = 5 Top = 12 Width = 144 Height = 22 Max = 23 Orientation = trHorizontal Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = HourTrackChange end object MinuteTrack: TTrackBar Left = 191 Top = 12 Width = 144 Height = 22 Max = 59 Orientation = trHorizontal Frequency = 2 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 1 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = MinuteTrackChange end end object BitBtn1: TBitBtn Left = 344 Top = 10 Width = 59 Height = 25 TabOrder = 1 Kind = bkOK end end